home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / opengl / utilities / xglinfo / Imakefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  1.8 KB  |  52 lines

  1. /**/# 
  2. /**/# 
  3. /**/#           Copyright (c) Digital Equipment Corporation, 1993
  4. /**/# 
  5. /**/#                          All Rights Reserved
  6. /**/# 
  7. /**/# Permission to use, copy, modify, and distribute  this software and its
  8. /**/# documentation for any  purpose   and without fee  is  hereby  granted,
  9. /**/# provided that the above copyright notice appear in all copies and that
  10. /**/# both  that  copyright  notice  and  this  permission notice appear  in
  11. /**/# supporting documentation, and that the name of Digital  not be used in
  12. /**/# advertising or publicity  pertaining to distribution  of the  software
  13. /**/# without specific, written prior permission.
  14. /**/# 
  15. /**/# DIGITAL DISCLAIMS   ALL  WARRANTIES WITH   REGARD   TO  THIS SOFTWARE,
  16. /**/# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  17. /**/# EVENT   SHALL  DIGITAL  BE   LIABLE  FOR  ANY SPECIAL,   INDIRECT   OR
  18. /**/# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  19. /**/# USE, DATA OR PROFITS, WHETHER IN AN ACTION  OF CONTRACT, NEGLIGENCE OR
  20. /**/# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  21. /**/# PERFORMANCE OF THIS SOFTWARE.
  22. /**/# 
  23. /**/#
  24. /**/# HISTORY
  25. /**/# $Log: Imakefile,v $
  26. /**/# Revision 1.1.2.3  1993/06/18  15:02:46  John_Dennis
  27. /**/#     change copyright token to free copyright token
  28. /**/#     [1993/06/18  14:59:20  John_Dennis]
  29. /**/#
  30. /**/# Revision 1.1.2.2  1993/06/16  20:33:19  John_Dennis
  31. /**/#     fixup install for man page
  32. /**/#     [1993/06/16  20:13:28  John_Dennis]
  33. /**/# 
  34. /**/#     Initial Version by John Dennis
  35. /**/#     [1993/06/15  20:07:12  John_Dennis]
  36. /**/# 
  37. /**/# $EndLog$
  38. /**/# 
  39. #include <OpenGL.tmpl>
  40.  
  41.         DEPLIBS = $(DEPXLIB) $(DEPGLLIB) $(DEPGLULIB)
  42.  
  43. LOCAL_LIBRARIES = $(GLLIB) $(GLULIB) $(GLLIB) $(XLIB)
  44.  
  45. SRCS = xglinfo.c stringConversion.c
  46. OBJS = xglinfo.o stringConversion.o
  47.  
  48. install:: install.man
  49.  
  50. ComplexProgramTarget(xglinfo)
  51.  
  52.